home *** CD-ROM | disk | FTP | other *** search
/ Game Head 1996 March / Game Head March 96.iso / dos / bustmove / 2p.bat next >
Encoding:
DOS Batch File  |  1996-01-09  |  148 b   |  9 lines

  1. @echo off
  2. :loop
  3. rem Put in your port and speed here
  4. bustmove -P2 -B2
  5. if ERRORLEVEL == 1 goto end
  6. goto loop
  7. :end
  8. echo Bubble Crack Finished!
  9.